Auto merge of #1387 - alexcrichton:issue-1382, r=brson
authorbors <bors@rust-lang.org>
Fri, 6 Mar 2015 18:34:43 +0000 (18:34 +0000)
committerbors <bors@rust-lang.org>
Fri, 6 Mar 2015 18:34:43 +0000 (18:34 +0000)
commit79a93806ba167af27ed16988ff6d52a1e20a4584
treeb8dd158521106296ab9711d77eb3ebd27168997e
parentcc6e2c644897e9a341cd74848e098766e32d0e32
parent3bac6e0694cf03e9e44acbf28ed516928cf85f89
Auto merge of #1387 - alexcrichton:issue-1382, r=brson

A synthetic "Package" is being created as part of this step but its paths were
pointing at the original root, not the unpacked tarball for testing. This meant
that some assumptions about the relative-ness of paths didn't quite end up
working out.

Closes #1382